home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Anti-Virus-Utilities / plat.exe / data1.cab / Scanner / Pavw.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Text File  |  1999-03-31  |  4KB  |  181 lines

  1. object Splash: TSplash
  2.   Left = 253
  3.   Top = 264
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash'
  7.   ClientHeight = 300
  8.   ClientWidth = 496
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnMouseDown = FormMouseDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 496
  27.     Height = 300
  28.     Align = alClient
  29.     AutoSize = True
  30.     Stretch = True
  31.   end
  32.   object LabelSeAutoriza: TLabel
  33.     Tag = 30600
  34.     Left = 260
  35.     Top = 197
  36.     Width = 222
  37.     Height = 16
  38.     AutoSize = False
  39.     Caption = ' Se autoriza el uso de este producto a'
  40.     Color = clGray
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWhite
  43.     Font.Height = -12
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentColor = False
  47.     ParentFont = False
  48.     Layout = tlCenter
  49.     WordWrap = True
  50.   end
  51.   object Label2: TLabel
  52.     Left = 256
  53.     Top = 277
  54.     Width = 217
  55.     Height = 13
  56.     AutoSize = False
  57.     Caption = '(C) 1999 Panda Software. All rights reserved.'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -12
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     Transparent = True
  65.     WordWrap = True
  66.   end
  67.   object LabelNombreReg: TLabel
  68.     Left = 260
  69.     Top = 217
  70.     Width = 222
  71.     Height = 13
  72.     AutoSize = False
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -12
  76.     Font.Name = 'Arial'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     Transparent = True
  80.     WordWrap = True
  81.   end
  82.   object LabelEmpresaReg: TLabel
  83.     Left = 260
  84.     Top = 232
  85.     Width = 222
  86.     Height = 13
  87.     AutoSize = False
  88.     Font.Charset = ANSI_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -12
  91.     Font.Name = 'Arial'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     Transparent = True
  95.     WordWrap = True
  96.   end
  97.   object LabelDireccion: TLabel
  98.     Left = 260
  99.     Top = 88
  100.     Width = 222
  101.     Height = 13
  102.     AutoSize = False
  103.     Transparent = True
  104.     WordWrap = True
  105.   end
  106.   object LabelCPyProvincia: TLabel
  107.     Left = 260
  108.     Top = 102
  109.     Width = 222
  110.     Height = 13
  111.     AutoSize = False
  112.     Transparent = True
  113.     WordWrap = True
  114.   end
  115.   object LabelTelefono: TLabel
  116.     Left = 260
  117.     Top = 120
  118.     Width = 222
  119.     Height = 13
  120.     AutoSize = False
  121.     Transparent = True
  122.     WordWrap = True
  123.   end
  124.   object LabelFax: TLabel
  125.     Left = 260
  126.     Top = 134
  127.     Width = 222
  128.     Height = 13
  129.     AutoSize = False
  130.     Transparent = True
  131.     WordWrap = True
  132.   end
  133.   object LabelEMail: TLabel
  134.     Left = 260
  135.     Top = 158
  136.     Width = 222
  137.     Height = 13
  138.     AutoSize = False
  139.     Transparent = True
  140.     WordWrap = True
  141.   end
  142.   object LabelWeb: TLabel
  143.     Left = 260
  144.     Top = 174
  145.     Width = 222
  146.     Height = 13
  147.     AutoSize = False
  148.     Transparent = True
  149.     WordWrap = True
  150.   end
  151.   object BtnAceptar: TButton
  152.     Tag = 2200
  153.     Left = 392
  154.     Top = 248
  155.     Width = 90
  156.     Height = 25
  157.     Caption = '&Aceptar'
  158.     Default = True
  159.     TabOrder = 0
  160.     OnClick = BtnAceptarClick
  161.   end
  162.   object ComboBox1: TComboBox
  163.     Left = 260
  164.     Top = 61
  165.     Width = 222
  166.     Height = 21
  167.     Style = csDropDownList
  168.     ItemHeight = 13
  169.     TabOrder = 1
  170.     OnChange = NoCerrar
  171.     OnDropDown = NoCerrar
  172.   end
  173.   object Timer1: TTimer
  174.     Enabled = False
  175.     Interval = 5000
  176.     OnTimer = Timer1Timer
  177.     Left = 376
  178.     Top = 8
  179.   end
  180. end
  181.